@charset "utf-8";
body, table{
	color:black;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #7D7C6A;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#FE6601;
    text-decoration:none;
}
h1,.h1{
	color:#2E6207;
	font-size:18px;
	line-height:1.3em;
	font-weight:bold;
}
h2,.h2{
	color:#2E6207;
	font-size:18px;
	line-height:1.3em;
}
h3, .h3{
	color:#777777;
	font-size:14px;
	font-weight: bold;
}
.main {
	width:900px;
	margin: 0 auto;
}
.head{
	overflow:hidden;
	padding:20px 0;
	text-align:left;
}
.title{
	float:left;
	width:390px;
}
.company a{
	font-size:14px;
	line-height:1.3em;
	text-decoration:none;
	color:black;
}
.company a:hover{
	text-decoration:none;
	color:black;
}
.companyname a {
	font-size:30px;
	line-height:1.3em;
	color:#2E6207;
	text-decoration:none;
}
.logo{
	float:left;
}
.logo img{
	margin-right:10px;
}
.image{
	width:900px;
	text-align:center;
}
.image img {
	background-color:#7D7C6A;
	padding:5px;
}
.info_block{
	float:right;
	width:340px;
	text-align:right;
}
.telefon{
	font-size:30px;
	line-height:1.3em;
	color:black;
	margin-bottom:5px;
	font-weight:bolder;
}
.rezhim_raboty{
	font-size:14px;
	line-height:1.3em;
	color:black;
}
#header_basket{
	margin-top:10px;
	border:1px solid #B9B7A9;
	background-color:#fff;
	text-align:center;
	padding:5px;
	font-size:14px;
	line-height:1.3em;
}
.header_basket_div{
	display:inline-block;
}
.header_basket_div span, .header_basket_div a{
	display:inline-block;
	margin-right:3px;
}
.header_basket_div a{
	text-decoration:underline;
}
.header_basket_div a:hover{
	text-decoration:none;
}
.header_basket_div a span{
	display:inline;
	margin:0;
}
#header_basket_order{
	display:block;
	padding:5px 0 0 0;
}
.left_block{
	width:205px;
	float:left;
}
.menu {
	font-size:14px;
	line-height: 20px;
}
.menu ul li{
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
}
.menu ul li a{
	color:#7D7C6A;
	text-decoration:underline;
}
.menu ul li a:hover{
	color: black;
	text-decoration:none;
}
.menu .current{
	padding:5px 10px 5px 10px;
	background-color:#7D7C6A;
}
.menu .current a,.menu .current a:hover{
	color: white;
	text-decoration:none;
}
.header_search_form{
	margin:15px 0;
}
.header_search_form  .search_form_string{
	width:170px;
}
#content {
	width:900px;
	margin:10px 0px 0px 0px;
}
.content {
	width:670px;
	float:right;
}
.show_all{
	display:block;
	text-align:right;
	margin:20px 0;
}
.footer {
	text-align:center;
	padding:35px 15px;
	border-top:1px solid #B3B1A4;
}
.footer .text a{
	color:#535353;
}
.footer #social_block {
	right: 15px;
}
ul.items_catalog li {
	width:200px;
	padding:10px;
	text-align:center;
	vertical-align:top;
}
.buy_button a, #header_basket_order a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:0px 10px 2px 10px;
	border-radius:5px;
	background-color:#2E6207;
	font-size:16px;
	line-height:1.5em;
	color:white;
	text-decoration:none;
}
.buy_button a:hover, #header_basket_order a:hover{
	background-color:#72AD45;
}	
.catalog_filters{
	border-top:1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin:10px 0;
	padding:10px 0;
}
.breadcrumbs {
	margin: 10px 0;
	font-size:12px;
}
.catalog_h2{
	width:100%;
	overflow:hidden;
}
.photo_list li a img{
	padding:5px;
	background:#fff;
	margin:10px;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
}
.photo_list li a:hover img{
	box-shadow:0 0 10px #666;
}
.items_catalog li a img, .object_image a img{
	padding:5px;
	background:#fff;
	margin:10px;
}
.items_catalog li a:hover img,.object_image a:hover img{
	box-shadow:0 0 10px #999;
}
.index_catalog, .index_news{
	margin-top:15px;
}


.object .buy_button {
	float: none !important;
}